API Help
Eplan.EplApi.HEServices Namespace / CableService Class / RenumberCables Method / RenumberCables(Function[],String,Boolean,Int32,Int32) Method
An array of functions (cables, shildings) to number.
Name of the scheme used for cable numbering.
If set to true, already existing cable names will not be changed.
Start value for the device tag counter.
The device tag counter will be incremented by this value.

RenumberCables(Function[],String,Boolean,Int32,Int32) Method
Method for numbering cables in a project.
Syntax

Parameters

oCables
An array of functions (cables, shildings) to number.
strNumberingSchemeName
Name of the scheme used for cable numbering.
bKeepOldNames
If set to true, already existing cable names will not be changed.
nStartValue
Start value for the device tag counter.
nStepValue
The device tag counter will be incremented by this value.
Exceptions
ExceptionDescription
Invalid parameters found.
The internal interface necessary for numbering could not be created.
An error occurred during numbering. Please read the exception message..
An error occurred when used scheme name doesn't exist
Remarks
If the user scheme given in strNumberingSchemeName does not exist, an ArgumentException will be thrown. If you pass an empty string to strCreateSchemeName, the last-used scheme will be used which is currently set in GUI.
See Also